home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 52
/
Amiga Format AFCD52 (Issue 136, May 2000).iso
/
-in_the_mag-
/
javascript
/
part5
/
scripts
/
fulldateup.js
< prev
next >
Wrap
Text File
|
2000-02-07
|
531b
|
12 lines
<script LANGUAGE="JavaScript">
<!--
//Written by Jay Reed Mental8383@yahoo.com, Mental8300@aol.com
//Premission to use granted to all who keep this text enclosed
//http://come.to/reed
document.write("<B><font size=3 color=navy> You have been here since:<BR><TT><font size=3 color=red> "+Date()+" </font></B><BR>")
document.write("<B></FONT><font size=3 color=navy></TT>Page lastupdated:<BR><TT></font><font size=3 color=red> ")
document.write(document.lastModified)
document.write(" </font></B></TT>")
//-- end Date -->
</script>